[INFO] cloning repository https://github.com/tecposter/tecpass
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tecposter/tecpass" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftecposter%2Ftecpass", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftecposter%2Ftecpass'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1709f334f9def968baf30f781aa38e55991acc23
[INFO] checking tecposter/tecpass against try#4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftecposter%2Ftecpass" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tecposter/tecpass
[INFO] finished tweaking git repo https://github.com/tecposter/tecpass
[INFO] tweaked toml for git repo https://github.com/tecposter/tecpass written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tecposter/tecpass on toolchain 4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tecposter/tecpass already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wl-clipboard-rs v0.9.2
[INFO] [stderr]   Downloaded serde_derive v1.0.201
[INFO] [stderr]   Downloaded tree_magic_mini v3.1.6
[INFO] [stderr]   Downloaded os_pipe v1.2.1
[INFO] [stderr]   Downloaded hashlink v0.9.0
[INFO] [stderr]   Downloaded serde v1.0.201
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5135c36caaa5b37db98c175e951e3e9a0a0dfd6f0f29224c2df60e1301d7c55b
[INFO] running `Command { std: "docker" "start" "5135c36caaa5b37db98c175e951e3e9a0a0dfd6f0f29224c2df60e1301d7c55b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5135c36caaa5b37db98c175e951e3e9a0a0dfd6f0f29224c2df60e1301d7c55b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5135c36caaa5b37db98c175e951e3e9a0a0dfd6f0f29224c2df60e1301d7c55b" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5135c36caaa5b37db98c175e951e3e9a0a0dfd6f0f29224c2df60e1301d7c55b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5135c36caaa5b37db98c175e951e3e9a0a0dfd6f0f29224c2df60e1301d7c55b" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling serde v1.0.201
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling wayland-client v0.31.8
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking lru v0.12.3
[INFO] [stderr]     Checking castaway v0.2.2
[INFO] [stderr]     Checking hashlink v0.9.0
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking compact_str v0.7.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking os_pipe v1.2.1
[INFO] [stderr]     Checking time-core v0.1.4
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling wayland-backend v0.3.8
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking aes-gcm-siv v0.11.1
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]     Checking tree_magic_mini v3.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.201
[INFO] [stderr]    Compiling strum_macros v0.26.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling argh_derive v0.1.13
[INFO] [stderr]    Compiling stability v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking strum v0.26.2
[INFO] [stderr]     Checking ratatui v0.26.3
[INFO] [stderr]     Checking wayland-protocols v0.32.6
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.6
[INFO] [stderr]     Checking argh_shared v0.1.13
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking argh v0.1.13
[INFO] [stderr]     Checking wl-clipboard-rs v0.9.2
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]     Checking tecpass v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `stdout`
[INFO] [stdout]  --> src/tui/crossterm.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 |   io::{self, stdout},
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `stdout`
[INFO] [stdout]  --> src/tui/crossterm.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 |   io::{self, stdout},
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HexError` is never used
[INFO] [stdout]  --> src/hex.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum HexError {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `to_string`, `id`, `id_len`, `url_len`, and `username_len` are never used
[INFO] [stdout]   --> src/model.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Account {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] 14 |   pub fn to_string(&self) -> String {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |   pub fn id(&self) -> u32 {
[INFO] [stdout]    |          ^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |   pub fn id_len(&self) -> u16 {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |   pub fn url_len(&self) -> u16 {
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |   pub fn username_len(&self) -> u16 {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/model.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct Pwd {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 52 |   pub id: u32,
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Pwd` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Username`, `Password`, and `Confirm` are never constructed
[INFO] [stdout]   --> src/tui/module/form.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum FormMode {
[INFO] [stdout]    |      -------- variants in this enum
[INFO] [stdout] 18 |   Url = 0,
[INFO] [stdout] 19 |   Username,
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 20 |   Password,
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 21 |   Confirm,
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FormMode` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `time2millis` is never used
[INFO] [stdout]  --> src/tui/util/time.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn time2millis(t: SystemTime) -> u128 {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `millis2time` is never used
[INFO] [stdout]   --> src/tui/util/time.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn millis2time(m: u64) -> SystemTime {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `time2string` is never used
[INFO] [stdout]   --> src/tui/util/time.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn time2string(st: SystemTime) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tui/module/account_table.rs:81:15
[INFO] [stdout]    |
[INFO] [stdout] 81 |   pub fn iter(&self) -> AccountIter {
[INFO] [stdout]    |               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |   pub fn iter(&self) -> AccountIter<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HexError` is never used
[INFO] [stdout]  --> src/hex.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum HexError {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `to_string`, `id`, `id_len`, `url_len`, and `username_len` are never used
[INFO] [stdout]   --> src/model.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Account {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] 14 |   pub fn to_string(&self) -> String {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |   pub fn id(&self) -> u32 {
[INFO] [stdout]    |          ^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |   pub fn id_len(&self) -> u16 {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |   pub fn url_len(&self) -> u16 {
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |   pub fn username_len(&self) -> u16 {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/model.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct Pwd {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 52 |   pub id: u32,
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Pwd` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Username`, `Password`, and `Confirm` are never constructed
[INFO] [stdout]   --> src/tui/module/form.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum FormMode {
[INFO] [stdout]    |      -------- variants in this enum
[INFO] [stdout] 18 |   Url = 0,
[INFO] [stdout] 19 |   Username,
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 20 |   Password,
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 21 |   Confirm,
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FormMode` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `time2millis` is never used
[INFO] [stdout]  --> src/tui/util/time.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn time2millis(t: SystemTime) -> u128 {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `millis2time` is never used
[INFO] [stdout]   --> src/tui/util/time.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn millis2time(m: u64) -> SystemTime {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `time2string` is never used
[INFO] [stdout]   --> src/tui/util/time.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn time2string(st: SystemTime) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tui/module/account_table.rs:81:15
[INFO] [stdout]    |
[INFO] [stdout] 81 |   pub fn iter(&self) -> AccountIter {
[INFO] [stdout]    |               ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |   pub fn iter(&self) -> AccountIter<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.40s
[INFO] running `Command { std: "docker" "inspect" "5135c36caaa5b37db98c175e951e3e9a0a0dfd6f0f29224c2df60e1301d7c55b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5135c36caaa5b37db98c175e951e3e9a0a0dfd6f0f29224c2df60e1301d7c55b", kill_on_drop: false }`
[INFO] [stdout] 5135c36caaa5b37db98c175e951e3e9a0a0dfd6f0f29224c2df60e1301d7c55b
